DefaultTextStyleUnderlineWordMode Property

Specifies whether underlining is applied to words only or to portions of text. If underlining is applied to text portions, the spaces between words and the words are underlined. The defined values are: -continuous: underlining is applied to words and separating spaces. -skip-white-space: underlining is not applied to spaces between words.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public LineMode UnderlineWordMode { get; set; }

Property Value

LineMode

See Also